﻿2026-07-16T23:16:57.8134838Z ##[group]Run actions/checkout@v5
2026-07-16T23:16:57.8135598Z with:
2026-07-16T23:16:57.8135961Z   fetch-depth: 2
2026-07-16T23:16:57.8136351Z   repository: BigscreenVR/spt-bs-core
2026-07-16T23:16:57.8139221Z   token: ***
2026-07-16T23:16:57.8139579Z   ssh-strict: true
2026-07-16T23:16:57.8139949Z   ssh-user: git
2026-07-16T23:16:57.8140314Z   persist-credentials: true
2026-07-16T23:16:57.8140729Z   clean: true
2026-07-16T23:16:57.8141087Z   sparse-checkout-cone-mode: true
2026-07-16T23:16:57.8141516Z   fetch-tags: false
2026-07-16T23:16:57.8141874Z   show-progress: true
2026-07-16T23:16:57.8142249Z   lfs: false
2026-07-16T23:16:57.8142579Z   submodules: false
2026-07-16T23:16:57.8142935Z   set-safe-directory: true
2026-07-16T23:16:57.8143605Z ##[endgroup]
2026-07-16T23:16:57.8930034Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T23:16:57.8931569Z ##[group]Getting Git version info
2026-07-16T23:16:57.8932243Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-16T23:16:57.8933192Z [command]/usr/bin/git version
2026-07-16T23:16:57.8933625Z git version 2.43.0
2026-07-16T23:16:57.8944587Z ##[endgroup]
2026-07-16T23:16:57.8956109Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8143cdf6-bf13-4b49-b5c7-f0af16b50f45' before making global git config changes
2026-07-16T23:16:57.8957317Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T23:16:57.8959694Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-16T23:16:57.8993428Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-16T23:16:57.9012398Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T23:16:57.9023803Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T23:16:57.9027123Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T23:16:57.9053621Z HEAD
2026-07-16T23:16:57.9090465Z ##[endgroup]
2026-07-16T23:16:57.9090979Z [command]/usr/bin/git submodule status
2026-07-16T23:16:57.9274464Z ##[group]Cleaning the repository
2026-07-16T23:16:57.9277118Z [command]/usr/bin/git clean -ffdx
2026-07-16T23:17:00.6760547Z Removing target/
2026-07-16T23:17:00.6771180Z [command]/usr/bin/git reset --hard HEAD
2026-07-16T23:17:00.6959960Z HEAD is now at e708b04 Merge 18489c5ae579d68f91ad665552100cc43a3c3774 into 0bb37f352d871f288d3c1ab5af6133020d57c674
2026-07-16T23:17:00.6964483Z ##[endgroup]
2026-07-16T23:17:00.6966491Z ##[group]Disabling automatic garbage collection
2026-07-16T23:17:00.6970090Z [command]/usr/bin/git config --local gc.auto 0
2026-07-16T23:17:00.6995275Z ##[endgroup]
2026-07-16T23:17:00.6995991Z ##[group]Setting up auth
2026-07-16T23:17:00.7000601Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-16T23:17:00.7025768Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-16T23:17:00.7251896Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T23:17:00.7277683Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-16T23:17:00.7467670Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T23:17:00.7496293Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-16T23:17:00.7685279Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-16T23:17:00.7716960Z ##[endgroup]
2026-07-16T23:17:00.7717790Z ##[group]Fetching the repository
2026-07-16T23:17:00.7723948Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +11f5ad26d5cb2141c16dbe8c657cd86cc95ba301:refs/remotes/pull/16/merge
2026-07-16T23:17:01.2568749Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-16T23:17:01.2570432Z  + e708b04...11f5ad2 11f5ad26d5cb2141c16dbe8c657cd86cc95ba301 -> pull/16/merge  (forced update)
2026-07-16T23:17:01.2586973Z ##[endgroup]
2026-07-16T23:17:01.2588042Z ##[group]Determining the checkout info
2026-07-16T23:17:01.2589076Z ##[endgroup]
2026-07-16T23:17:01.2591934Z [command]/usr/bin/git sparse-checkout disable
2026-07-16T23:17:01.2665641Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-16T23:17:01.2688674Z ##[group]Checking out the ref
2026-07-16T23:17:01.2690904Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-07-16T23:17:01.2764893Z Warning: you are leaving 1 commit behind, not connected to
2026-07-16T23:17:01.2766200Z any of your branches:
2026-07-16T23:17:01.2766727Z 
2026-07-16T23:17:01.2767803Z   e708b04 Merge 18489c5ae579d68f91ad665552100cc43a3c3774 into 0bb37f352d871f288d3c1ab5af6133020d57c674
2026-07-16T23:17:01.2769457Z 
2026-07-16T23:17:01.2770079Z If you want to keep it by creating a new branch, this may be a good time
2026-07-16T23:17:01.2771132Z to do so with:
2026-07-16T23:17:01.2771480Z 
2026-07-16T23:17:01.2771828Z  git branch <new-branch-name> e708b04
2026-07-16T23:17:01.2772341Z 
2026-07-16T23:17:01.2773289Z HEAD is now at 11f5ad2 Merge 66d9dc645d73dac49fd0e7c8f10b7bd079d647a9 into 0bb37f352d871f288d3c1ab5af6133020d57c674
2026-07-16T23:17:01.2776393Z ##[endgroup]
2026-07-16T23:17:01.2803822Z [command]/usr/bin/git log -1 --format=%H
2026-07-16T23:17:01.2823356Z 11f5ad26d5cb2141c16dbe8c657cd86cc95ba301
